Synthetic Arbitrage
Description The trading algorithm of this robot follow the idea of synthetic arbitrage, which is based on long combination of crypto coins, in our case is BTC/ETH/LTC//ETH/BTC. In other words, synthet...
Description The trading algorithm of this robot follow the idea of synthetic arbitrage, which is based on long combination of crypto coins, in our case is BTC/ETH/LTC//ETH/BTC. In other words, synthet...
Description Pump detector – the name of this trading robot comes from English word Pump that means artificially rise something. Pump is an artificial process of rising price of cryptocurrency by buyin...
Description: Mister Hide – is a unique robot created by our company, the algo trading algorithm includes trend and counter-trend strategies. To start a trade with this robot, you first, choose the sec...
Description The name of this trading robot comes from the fact that the robot trades the time, by this idiomatic expression we mean, as you may guess that the robot Hourglass buys and sells options on...
Hi I am looking into Stocksharp API, I want to have some development with it, does anyone support with API for multiple connectors with web service?
Hi everyone. I have been experiencing your platform a lot lately and noticed if a share didn't have enough liquidity there were some price gaps in range candles which negatively affect drawing them. T...
Hi, you mentioned many times over the past 2 years that you are working to update the Etrade and other stock broker connectors: Has that been done?
Crypto trading is a type of trading and therefore we should admit that as well as in classic trading, crypto trading has its own index. 😉 The index reflects the condition of market of crypto currenci...
**## Good day friends! ** We have important news for you! algo-trading-news.jpg Recently we’ve released our application S#.Installer what is a head center for all of our products! According to this, w...
In today’s article we will review the significant part of trading analysis – trading volume.😄 Let’s explain what trading volume is – the whole amount of cryptocurrency units which trade on crypto exc...
Today we’re going to talk about one of the most important financial instruments is an order book. It is formed by all sell and buy orders on crypto exchange. An order book is the list of orders which ...
Ref: Lesson_01, 02_MarketDeph_Trade, The code from the video do not work. _connector.NewTrade += TradeGrid.Trades.Add; NewTrade is deprecated, I have used the TickTradeReceived and it still do not wor...
how to generate license files on mac osX or linux server without gui?
In the previous article we’ve analysed the main tools used particularly in trading and crypto trading. We've explained such important element as a chart. Keep in mind that charts can be different, and...
I got the currency list to show by adding the Oanda nuget pkg, but I am not seeing the price of the security when i click on a currency. public partial class MainWindow : Window { private Connector _c...
Dear S# Community, i have a question regarding the S# Rithmic Connection. I have realised that it needs a lot of CPU Usage (up to 50%) when i am subscribing to the SubscribeMarketDepth. It seems the m...
I am following the lesson 01_Connect_and_get_security I am not seeing any price for any security (currency) for Oanda Please see image below. public partial class MainWindow : Window { private Connect...
Speculative trading is widely spread type of trading on most well-known exchanges nowadays. Without any doubts the crypto exchange is not an exception. Buying cheap and then selling it for a higher pr...
Hello, Friends! We have great news! StockSharp provides users with an application for managing programs - S#.Installer. In the near future, it will replace all installers, combining them in one applic...
I've been trying to connect to an Oanda paper account for live candles using StockSharp.Oanda v5.0.27 but am not receiving updated candles. The historical candle load in the code below is successful a...